Scripting - the XML view
The XML View tab of the Workflow Automation (Old) form shows the contents of a script file created using the Graphical View tab. It is read-only, so you can inspect but not edit the script.
You can also create a script file (right click on the script name in the Workflow Automation panel and select Export Script), and exchange scripts between projects.
You can use a joaScript file to run workflow automation scripts from the command line and store the results in the solution you loaded:
JewelSuite.com -script script.joaScript -load jewelfile_name.jewel -save [jewelfile_name2.jewel]
The JewelFile after the -save is optional to support save and save as scenarios.
With the command line option, input for parameters should be changed in the script file itself.